home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / docs / faqs / linux-fa.sou / linux-fa / changes.text < prev    next >
Encoding:
Text File  |  1995-07-05  |  4.4 KB  |  96 lines

  1. #!/bin/sh
  2. cat <<END >changes.post
  3. #!/bin/sh
  4. set -e
  5. test ian@chiark = `whoami`@`hostname`
  6. inews -h <<'END2'
  7. From: ijackson@nyx.cs.du.edu (Ian Jackson)
  8. Newsgroups: comp.os.linux.answers,comp.os.linux.setup,comp.os.linux.development.apps,comp.os.linux.misc,comp.os.linux.announce,comp.os.linux.help,comp.answers,news.answers
  9. Subject: Changes to Linux Frequently Asked Questions with Answers
  10. Keywords: FAQ, Linux, changes, diff
  11. Summary: For those who have already read the FAQ and want to know what's new.
  12. Followup-To: poster
  13. Approved: *.answers moderation team <news-answers-request@mit.edu>,
  14.           Matt Welsh <linux-answers-request@news.ornl.gov>
  15. `./expirydatecc`
  16.  
  17. Archive-Name: linux/faq/diff
  18. Last-Modified: `date '+%d %b %Y'`
  19.  
  20. END
  21. pgp-auto +batchmode +force -fast <<'END' >>changes.post
  22. This document gives an English description of what has changed in the
  23. most recent version of the Linux FAQ.
  24.  
  25. Comments on and submissions for the FAQ are strongly encouraged and
  26. welcomed - I don't have time to read every article in col.*, and
  27. thus need your assistance to spot the FAQ-threads that I miss.
  28.  
  29.  
  30. Changes May - July [sic] 1995:
  31.  
  32. New Questions:
  33. Q8.1.  What's all this about ELF ?
  34.  
  35. Modified Questions:
  36. Q1.3.  Does it run on my computer ?     286's clarified, SMP being worked on.
  37. Q2.8.  What's mailing lists are there ? Not niksula.hut.fi (other Q's too).
  38. Q1.4.  What ports to other processors   68K FAQ filename updated.
  39. Q1.4.  What ports to other processors   PPC emphasis changed.
  40. Q1.4.  What ports to other processors   ARM newsgroups changed.
  41. Q2.3.  What newsgroups are there        Croatia: hr.comp.linux.m.
  42. Q2.5.  Where can I get ... by FTP ?     ftp.mcc.ac.uk is in UK.
  43. Q2.5.  Where can I get ... by FTP ?     New: ftp.dstc.edu.au, ftp.zel.fer.hr.
  44. Q2.7.  I don't have Usenet access.      Use vger for announce digests.
  45. Q3.1.  Can Linux share my disk ...      Q clarified, poss. problems mentioned.
  46. Q3.5.  Can I access BSD FFS, SysV UFS,  hfs (Mac) filename updated.
  47. Q4.1.  ... with my large disk ?         Spurious } and word `use' removed.
  48. Q5.1.  What is ld.so and where do ...   Not so new any more.  v.1.7.3.
  49. Q5.2.  Has anyone ported / compiled ... Newsgroup name is col.apps.
  50. Q5.6.  Where are <linux/*.h> and ...    asm is now asm-<arch>.
  51. Q5.9.  How do ... executables smaller ? strip is equivalent to using ld -s.
  52. Q5.9.  How do ... executables smaller ? comment about QMAGIC removed.
  53. Q6.2.  Free memory ... keeps shrinking. Newer v's of `free' do arithmetic.
  54. Q6.3.  ... more memory it slows ...     Newsgroup is col.hardware.
  55. Q7.2.  How do I switch virtual consoles VC's tty13 &c on Right Alt.
  56. Q7.5.  ... enable or disable core dumps In ksh use rlimit; more kernel info.
  57. Q7.7.  serial ports sharing interrupts  Some multi-port cards can do this.
  58. Q7.9.  How do I remap my keyboard ...   kbd filename corrected.
  59. Q7.10. How do I get NUM LOCK ...        kbd filename made general, with xref.
  60. Q8.5.  What is the Linux Journal ...    Added URL http://www.ssc.com/
  61. Q9.6.  make says Error 139              Could be cache.  Manuals can be wrong.
  62. Q10.2. Where can I get an XF86Config    Don't post answers to such requests.
  63. Q13.1. Feedback is invited              Don't send me patchfiles (diffs) !
  64. Q13.2. Formats in which this FAQ ...    WWW mirrors, including www.li.org.
  65. Q13.4. Disclaimer and Copyright         Copyright year includes 1995.
  66.  
  67.  
  68. Changes March - May 1995:
  69.  
  70. New Questions:
  71. Q4.1.  How can I get Linux to work with my large disk ?
  72.  
  73. Modified Questions:
  74. Q3.6.  Can I run Microsoft Windows ...  Mentioned possible dosemu support.
  75. Q1.3.  Does it run on my computer ?     Said no multiprocessor support.
  76. Q1.4.  What ports to other processors   68K X server; new URLs in text.
  77. Q1.4.  What ports to other processors   MacLinux rumoured dead.
  78. Q4.9.  Is there something like Stacker  DouBle FTP location changed.
  79. Q6.8.  ... weird characters ...         Removed suggestion of ^O in prompt.
  80. Q7.7.  ... more than 3 serial ports ... Just can't *use* all at once.
  81. Q7.9.  How do I remap my keyboard ...   kbd-0.xx.tar.gz version number.
  82. Q9.12. EXT2-fs warning: maximal count   e2fsprogs version number.
  83. Q9.15. ... different physical/logical   Moved much stuff to new Q4.1.
  84. Q10.1. Does Linux support X Windows ?   XFree86 version is 3.1.1.
  85.  
  86.  
  87. All question numbers should refer to the numbering in the new edition
  88. in each case (eg, for the January to February changes the numbers
  89. would refer to the February edition).
  90. END
  91. echo END2 >>changes.post
  92. echo >&2
  93. # Local Variables:
  94. # fill-column:79
  95. # End:
  96.